[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
REPEAT unconditional loop begin:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Syntax:
~~~~~~~

  REPEAT

Description:
~~~~~~~~~~~~
Exactly the same as WHILE .T.


Example:
~~~~~~~~
  REPEAT
    nKey:=InKey(0)
  UNTIL nKey<>K_ENTER
  ...

Enter key pressing ignore K_ENTER.

Source file is Object.ch

See Also: EXITIF LOOPIF ENDWHILE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson